from spider_test.by_request import * def main(): test() # 程序入口 if __name__ == '__main__': main()