T.84: Use a non-template core implementation to provide an ABI-stable interface
背景:我想注释一大段代码块,但不想一行一行注释且也不想用 ' ' ' ' ' '或" " " " " ",怎么解决?
import urllib.requestdef load_data(): url = "http://www.baidu.com/" #get的请求 #http请求 #response:http相应的对象 response = urllib.request.urlopen(...