摘要:
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
各种笔记
阅读(185)
评论(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
各种笔记
阅读(436)
评论(0)
推荐(0)
浙公网安备 33010602011771号