第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

PHP wordwrap 數(shù)組到 Javascript 返回錯(cuò)誤

PHP wordwrap 數(shù)組到 Javascript 返回錯(cuò)誤

慕容708150 2023-04-14 15:15:42
運(yùn)行以下代碼時(shí)出現(xiàn)控制臺(tái)錯(cuò)誤:<?php$str = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.";$str = wordwrap($str,30,'\n');?>document.write('test' + '\n');document.write( '<?php echo $str;?>' + '\n' );</script>控制臺(tái)錯(cuò)誤:Uncaught SyntaxError: missing ) after argument list。哪里有問(wèn)題?
查看完整描述

1 回答

?
肥皂起泡泡

TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超6個(gè)贊

正如@u_mulder 指出的那樣,您必須將引號(hào)轉(zhuǎn)義'為:


<?php

? ? $str = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.";

? ? $str = str_replace("'", "\'", wordwrap($str,30,'\n'));

?>

<script>

? ? document.write('test' + '\n');

? ? document.write( '<?php echo $str;?>' + '\n' );

</script>


查看完整回答
反對(duì) 回復(fù) 2023-04-14
  • 1 回答
  • 0 關(guān)注
  • 107 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)