代码改变世界

随笔档案-2019年07月

js object 添加键值

2019-07-19 18:26 by 假面Wilson, 7390 阅读, 收藏, 编辑
摘要: 第一种方法let obj ={"name":"tom","age":16}let key = "id";let value = 2obj[key] = value;console.log(obj) 第二种方法,利用扩展运算符,简单又实用var obj1={"vue":300,"jquery":200 阅读全文

oracle的insert的时候&符号如何插入

2019-07-19 15:09 by 假面Wilson, 1381 阅读, 收藏, 编辑
摘要: chr(38)替换& insert into table values( 'http://localhost:8080/index.action?username=138&type=1 '); insert into table values( 'http://localhost:8080/inde 阅读全文
点击右上角即可分享
微信分享提示