摘要:
$(document).ready(function(){ $("#selectId option").each(function(){ //遍历全部option var text = $(this).text(); //获取option的text // var value = $(this).val(); //获取optio... 阅读全文
摘要:
http://blog.csdn.net/jayzym/article/details/52735314 Mysql 查看字符集编码 show variables where Variable_name like '%char%'; 会发现 database 的编码方式是latin1 并且serve 阅读全文