2016年3月26日
摘要: 1. JavaScript can "display" data in different ways: Writing into an alert box, using window.alert().Writing into the HTML output using document.write( 阅读全文
posted @ 2016-03-26 18:22 各种笔记 阅读(178) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include #include using namespace std; class Lab1 { private: vector> whole; public: Lab1(int n) { vector tmpVec; tmpVec.push_back(1); whole.pus... 阅读全文
posted @ 2016-03-26 13:56 各种笔记 阅读(428) 评论(0) 推荐(0) 编辑