在JS中, encodeURIComponent 并不会对 * 进行转义,而PHP中 rawurlencode 却会将 * 转义为 %2A 。因此,同样的数据在不同的客户端中就产生了不同的字符串 ...
確定! 回上一頁