Ruby中相等性判断的4种方法 很早就知道 ruby 有 4 种相等性判断方法,分别是:“==”,“===”,“equal& 63;” 和 “eql& 63;”,平 Ruby编程 2022-04-09 270 点赞 4 评论 409 浏览
Js+Ajax,Get和Post在使用上的区别小结 get和post方法最大的不同在于: 1 get方法传值参数在url里面,而post参数放send里面 2 post方法必须加上 xmlHttp JavaScript 2022-04-09 256 点赞 3 评论 387 浏览