""" @author: luojunhui """ from applications.search import * keys = "湖人大战勇士" wx_result = wx_search(keys) print(wx_result) xg_result = xigua_search(keys) print(xg_result) baidu_result = hksp_search(keys) print(baidu_result)