直观点的做法可以这么来。def test(html, a, **kwargs):soup = BeautifulSoup(html, a, kwargs)调用:d = {'from_encoding': 'gb18030','settings': 'mode1'}test(html, a, d)