這就是 json_encode 應該做的。一旦你 json_decode 或 JSON.parse 它,它很好。 var f = {"a":"\/users\/crazy_bash\/online\/test\/"} console.log(f.a); ...
確定! 回上一頁