摘要: 在HTML Javascript中,对URL进行加解码时要点: 1.在Javascript中String.charCodeAt()获得的编码为Unicode(big-endian);在进行URL encode或decode时一般为UTF编码格式。故在进行URL encode或decode时需进行转码 阅读全文
posted @ 2014-02-19 23:52 hongweigg 阅读(113) 评论(0) 推荐(0)