今天碰到了 select * from table1 t where t.name like '模块a' 查不出数据 而select * from table1 t where t.name like 'a' 却可以 所以想到应该是数据库字符集编码问题 在系统变量里 添加 NLS_LANGAMERICAN_AMERICA.UTF8 就好
function box(){ document.getElementById("click").style.WebkitTransform="scale(1.2)"; } function jiao(){ document.getElementById("click").style.WebkitTransform="scale(1)"; } 我们来点击运行测试一下: <!DOCTYPE html PUBLIC &quo