共有します:
コードをコピーします コードは次のとおりです:
function jsformat($str)
{
$str =trim($str)
$str = str_replace('\s\s; ', '\ s', $str);
$str = str_replace(chr(10), '', $str); = str_replace(' ', '', $str);
$str = str_replace('\', '\\', $str); ;
$str = str_replace('\'', '\\'', $str);
$strを返す言うまでもなく、Yes を使用する場合は、jsformat($str) を直接呼び出してください。
http://www.bkjia.com/PHPjc/323283.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/323283.html
技術記事共有します。次のようにコードをコピーします。 function jsformat($str) { $str = trim($str); $str = str_replace('\s\s', '\s', $str); ( chr(10), '', $str); $str = str_...