我試圖從一串轉義字符中刪除單引號和雙引號。 它不適用於單引號'
或雙汽車"
。Espace單/雙引號裏面替換函數
請有人可以幫忙嗎?
var mysting = escapedStr.replace(/^%22/g, ' '); //doesnt remove the double quotes
var mysting = escapedStr.replace(/^%27/g, ' '); //doesnt remove the single quotes
var mysting = escapedStr.replace(/^%3A/g, ' '); //does remove the SEMI COLON %3A
歡呼聲看起來不錯 – 2013-03-06 13:08:51