我这个循环为什么会报错? - SegmentFault
我这个循环为什么会报错? $.ajax({ type : "get", url : "http://127.0.0.1:8080/html/tables.txt", dataType : "json", success : function(json) { $("a").click(function() { for (var i = 0; ...
看一上小弟我这个循环为什么会死进去 - C++
看一下我这个循环为什么会死进去 while (true) { int x,y; cin >> x >> y; if (x == NULL || y == NULL) break; TmpPo.setCoordinate(x,y); PointList.push_back(TmpPo); x = y = NULL; } 大概...