
前台技术整理
Peas4
热爱技术,热爱生活!
展开
-
记录一个JQUERY模仿序列号输入
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <原创 2014-09-13 09:26:18 · 158 阅读 · 0 评论 -
乱码问题解决
jsp: param=encodeURI(encodeURI(param)); java: param=java.net.URLDecoder.decode(param, "UTF-8");原创 2014-09-22 11:10:26 · 136 阅读 · 0 评论