一、使用iframe,通过document.write产生历史 代码如下: !DOCTYPE html html head meta charset="utf-8"/ title0/title /head body input type="button" value="加1" onclick="add()" / div id="info" style="border:red 1px solid;width:200px;padding:10px;margin:5px;"0/div /body /html script src="history-0.1.js"/script script var info = document.getElementById('info'); var i ...[ 查看全文 ]
下边提供4种不同情况的乱码解决方案,基本上包括了web开发中出现乱码的不同情况。 主要针对java+mysql开发环境提出的乱码解决方案,只要作相应修改,可以用于不同语言环境的乱码问题解决。 一、JSP页面显示乱码 下面的显示页面(display.jsp)就出现乱码: 程序代码 html head titleJSP的中文处理/title meta http-equiv="Con...[ 查看全文 ]