我目前正在尝试解析HTML页面.在这样做时,我必须执行
我这样做,我的问题是如果我必须多次尝试,如何指定尝试和除外.
try: #step 1 except: # ( not sure what kind of error will execute step2) #step 2 except: #step 3
谢谢
python
python ×1