移除对象属性
//比如移除对象{"test":123,name:"123"}里面的test属性 removePorperty("test")({"test":123,name:"123"})
需要移除的对象属性
Remarks
移除对象属性
Example
Returns