wr函数调用的例子
g_str="main";//全局的 public function? sayword(word){
?? auto i;
?? auto g_str="func:";//局部的
?? for (i=1;i<=10;i++)
?? print(g_str&i&"_"&word);???
} for (i=1;i<=2;i++){
? g_str="part:";
? if (i==2) {
??? print("___________________________");
? }
? sayword(g_str&i);
} print()函數為額外打開一個新的窗口顯示打印內容
本文轉自 fish_yy 51CTO博客,原文鏈接:http://blog.51cto.com/tester2test/139576,如需轉載請自行聯系原作者
?? auto i;
?? auto g_str="func:";//局部的
?? for (i=1;i<=10;i++)
?? print(g_str&i&"_"&word);???
} for (i=1;i<=2;i++){
? g_str="part:";
? if (i==2) {
??? print("___________________________");
? }
? sayword(g_str&i);
} print()函數為額外打開一個新的窗口顯示打印內容
本文轉自 fish_yy 51CTO博客,原文鏈接:http://blog.51cto.com/tester2test/139576,如需轉載請自行聯系原作者
總結
- 上一篇: 【python】 读取Excel文件并绘
- 下一篇: App用户体验的一点思考