簡單使用preg_replace() + Regular Expression 將煩人的「單引號」與「雙引號」的符號去掉(真是破釜沉舟啊,忪快~) preg_replace('/"|\'/', '', $str) ps.
確定! 回上一頁