推荐table表格隔行变色

推荐table表格隔行变色

制作简单表格,代码如下: !DOCTYPE html html head meta charset=UTF-8 title/title style table,tr,td,th{ padding: 0; margin: 0; } table{ width: 100%; border-color: #ccc; } table tr{ line-heigh...

配置IISExpress允许外部访问

配置IISExpress允许外部访问

1、打开 IIS Express 配置文件 路径: C:Users{用户名称}DocumentsIISExpressconfigpplicationhost.config 2、修改对应网站的外部链接 将localhost改为* 3、打开命令行输入 net...