摘要:
直接设置账号密码登陆网页不连接数据库代码 script <script> function login(){ var name=document.getElementById("name").value; var pass=document.getElementById("pass").value; 阅读全文
摘要:
字符串优化 public class StringOptimization {//字符串优化 public static void main(String[] args) { String variables[] = new String[50000]; for( int i=0;i<50000;i 阅读全文