摘要: 在博客园上看到的,忘记路径了效果图:Form1.csnamespace 简易计算器{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private string FuHao; //定义操作符号(+,-,*,/) private string num1; //定义第一个参数(就是参与运算的第一个数) private string num2; //定义第二个参数 ... 阅读全文
posted @ 2013-02-23 16:24 hellocjr 阅读(317) 评论(0) 推荐(0)
摘要: 源路径:http://www.cnblogs.com/psforever/archive/2011/03/26/1996518.html效果图:HtmlPage1.html<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>JS实现计算器</ti 阅读全文
posted @ 2013-02-23 16:21 hellocjr 阅读(328) 评论(0) 推荐(0)