
1 cnleoyang 2010-07-22 15:04:11 +08:00 |
2 cnleoyang 2010-07-22 15:07:04 +08:00 或许作者写代码需要在php和python间切换,部分python代码语句结尾是分号。 |
3 Fann 2010-07-22 15:33:03 +08:00 template_values['twitter_account'] = tweets[0].user.name; => template_values['twitter_account'] = tweets[0].user.screen_name; |
4 cnleoyang 2010-07-22 16:02:51 +08:00 template_values['twitter_account'] = twitter_account |