在cmd下执行python循环怎么才能停止呢?
循环当遇到跳出条件就会停止了, 如果没有跳出循环条件,像这种简单的循环代码示例:
while True: print "apizl"
像这样的没有退出循环条件的代码,只能强制停止循环;
使用快捷键: Ctrl + C 就可以强制停止循环了.
关键字词:
相关文章
- python 经常报错'module' object has no attribute 'X509_up_ref'
- python安装cv2 无法安装
- Python来识别字符串所属语言类型(langid 、langdetect)
- Python3 字典的复制与修改
- Python3 print 不换行打印教程
- Python3 bytes to string 字节码转字符串
- Scrapy Proxy Python下爬虫使用代理
- Scrapy 爬虫入门 内建设置参考 Python爬虫教程实战
- Scrapy 爬虫入门 Items 与 Item Pipeline Python爬虫教程实战
- Scrapy 爬虫入门 Spider 与 Selectors (选择器) Python爬虫教程实战