目的:將傳過來的字串進行重組用decodeURI解析 function test(string,num){ var temp=''; for (i=0;i<string.length;){ a=string.substr(i,num); if ...
確定! 回上一頁