如题。
print '哈'
这样可以执行。
但是
w.function(IDname, "sec_type", "2015-05-11", "2015-05-11", "Fill=Previous")
这样输出的结果是中文的unicode编码,而不是可读的中文,怎样解决?
[u'\u633e\u902a\u80a2']
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
想可读就输出显示屏就行了
另外,如果重写对象的
__repr__
方法可以修改在交互模式下的输出