i have my function to convert string to hex:function encode(str){ str = encodeURIComponent(str).split('%').join(''); return str.toLowerCase();} example:守护 ...
確定! 回上一頁