johnny__: lanf0n 另外 "update_time = pending[0].replace(u'上午',u'am') if u'上午' in pending[0] else pending[0].replace(u'下午',u'pm')" 我在mac py2.7 必須要把 replace裡加註 u'' 才行, 是否這是2.7 / 3.0 的差異 ?? ( 沒裝3.0)