我有以下一些代码适用于活动导演中的某些记录,但返回"注意:未定义的索引:第57行和第34行的C:\ xampp \ htdocs \ utils.php中的邮件;
第57行是" $ email =($ data [$ i] [" mail"] [0]);"
这可能是代码的问题,还是AD中的某些内容阻止了" mail"属性。它只返回某些记录中的错误,而不是全部。对于大多数记录,我得到了正确的回报。
提前致谢。
import os
open_chromes = [
'https://en.wikipedia.org/wiki/Embodied_cognition',
'https://docs.python.org/3.6/index.html',
'https://docs.djangoproject.com/en/1.11/',]
for chrome in open_chromes:
os.system('open -na "Google Chrome" {}'.format(chrome))