摘要:
This is something I end up having to google for every now and then.I have a list of numbers:tmp = [1,2,3,4,5]that I want to, in PHP talk is implode(), in python you can use the string.join() method like:','.join( tmp )But it says: TypeError: sequence item 0: expected string, int found, becau 阅读全文
posted @ 2012-04-05 15:48
yarpee
阅读(435)
评论(0)
推荐(0)
浙公网安备 33010602011771号