摘要: 1、获取创建者字段(Author),oListItem为SPListItem对象oListItem.get_item('Author')只能获取到对象,获取用户名要用oListItem.get_item('Author').get_lookupValue();2、获取当前用户var clientCo... 阅读全文
posted @ 2015-03-24 16:08 霖雨 阅读(2950) 评论(2) 推荐(2)