摘要: using System; namespace HelloWorldApplication{ class HelloWorld{ static void Main(string[] args){ /* 我的第一个 C# 程序*/ Console.WriteLine("Hello World!"); 阅读全文
posted @ 2017-08-01 09:16 兰亭小白泛曲溪 阅读(77) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>计算器</title></head><body><?php@$first =$_GET['first'];@$yunsuan =$_GET['yunsuan'];@ 阅读全文
posted @ 2017-03-15 16:44 兰亭小白泛曲溪 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 在html文档中,简单的勾画出两个简单的input,注意,必须添加form标签,并添加要跳转的页面.<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>登录界面</title></head><body><form a 阅读全文
posted @ 2017-03-15 16:35 兰亭小白泛曲溪 阅读(73) 评论(0) 推荐(0) 编辑