mydata.push( 'createtype' + '=' + encodeURIComponent(OBJ.MyType) );
mydata.push( 'title' + '=' + encodeURIComponent(OBJ.MyWYSIWYG.T) );
mydata.push( 'url' + '=' + encodeURIComponent(OBJ.MyWYSIWYG.U) );
mydata.push( 'type' + '=' + encodeURIComponent(OBJ.MyCategory) );
mydata.push( 'name' + '=' + encodeURIComponent(OBJ.MyWords.Word.join(','))
IE下出错的是这些行,Firefox下不出错。Maxthon和QQ的浏览器也出错。
--
FROM 221.198.110.*