[
'How do I merge two dictionaries in a single expression in Python (taking union of dictionaries)?',
'How to call an external command?',
'What are metaclasses in Python?',
'Does Python have a ternary conditional operator?',
'How do you remove duplicates from a list whilst preserving order?',
'Convert bytes to a string',
'How to get line count of a large file cheaply in Python?',
"Does Python have a string 'contains' substring method?",
'Why is “1000000000000000 in range(1000000000000001)” so fast in Python 3?'
]
抓取相似结果- \3 Y h- j( B& M# h h* S) U2 k
当你还想获取stackoverflow上其他页面中所有相关的文章标题,则可以直接通过get_result_similar方法获取:0 X; O( R9 j- S( C* s c$ }
两个页面的抓取结果为:7 V2 r% A3 }3 @8 f: n( S* Q
1 f* c' Y- d% c
抓取确切结果' M9 k3 x* p- w
当你只想抓取某个确切的结果,可以使用get_result_exact方法,即从wanted_list中以完全相同的顺序检索数据: ' T6 m Y$ A' v5 I, L. l
比如抓取页面中排第2的相关文章标题,执行结果:$ I0 d8 E+ X- _ ^! u, B5 T ' m A/ M1 }9 ~自定义请求模块参数 ( d D. A7 F9 ^$ B2 f 你还可以传递任何自定义请求模块参数。例如,你可能想使用代理或自定义头: : Z5 @- v) E; m1 R, d