摘要: 新建了一个class类 取名叫Firut 注意转换的精度问题 阅读全文
posted @ 2017-03-30 00:18 胖娘子_bug 阅读(50540) 评论(0) 推荐(0)
摘要: 这个不叫乱码,我非专业。这个是url编码,js本身就是读取url编码的。对于js获取url的中文你可以尝试用escape() encodeURI() encodeURIComponent() decodeURI() 来使js停止或者转换url编码 直接看代码吧。 第一个html,取名叫 a.html 阅读全文
posted @ 2017-03-30 00:05 胖娘子_bug 阅读(5843) 评论(2) 推荐(4)