>>> x=webdata(name)<br>>>> x.start()<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>AttributeError: 'webdata' object has no attribute 'start'<span id="_editor_bookmark_start_0" style="display: none; line-height: 0px;">‍</span><br><br>There is a relation with  jobs.join() method in threading module,your answer is wrong.<br><div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ 原始邮件 ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>发件人:</b> "Sturla Molden";<sturla.molden@gmail.com>;</div><div><b>发送时间:</b> 2014年7月26日(星期六) 凌晨4:04</div><div><b>收件人:</b> "python-list"<python-list@python.org>; <wbr></div><div></div><div><b>主题:</b> Re: problem on multi-threading</div></div><div><br></div>"水静流深" <1248283536@qq.com> wrote:<br><br>> name=['600000', '000001', '600319', '600531','600661', '600983', '600202', '600149']<br>> x=webdata(name)<br>> x.run()‍<br>> <br>> never quit from the thread ,why?<br><br>Call .start() instead of .run()<br><br>-- <br>https://mail.python.org/mailman/listinfo/python-list<br></div>