#include<stdio.h>include<stdlib.h>include<string.h>include <windows.h>void main(){int input,input2; //声明一个整型变量input char paths[1000],lujing[100]; //声明两个字符串变量paths和lujing begin:system("color 4e"); printf("******************************\n"); printf("*设置java Path 【1】*\n*退出程序 【0】*\n* 作者:王超前 *\n* 主页:http://skyour.cn *\n"); printf("******************************\n"); p
感觉wp太过臃肿网站加载速度慢,果断换typecho博客程序
不知道得罪了哪位大哥,一直在试图攻击我这个小站点的服务器。 这都攻击了一个月了攻击了900多次
这是清空上次数据 $(function(){ $(".add").click(function(){ $(this).html("");//清空add里面的数据; $(this).html("aa");//aa为要添加的数据,可以是字符串,也可以是变量; }) })