Warning: date(): It is not safe to rely on the system's timezone settings.
Warning: date(): It is not safe to rely on the system's timezone settings. 跟著視頻做,怎么會出現這樣的錯誤; 添加下面這個設置時區后, date_default_timezone_set('PRC'); //設置中國時區 Parse error: syntax error, unexpected 'date_default_timezone_set' (T_STRING)
2017-01-07
這個是php時區沒有設置,可以在php.ini中設置
2017-03-16
能默認嗎?兼容性更好的操作方法