username=replace(trim(request("username")),"'","") 请问replace这个替换函数是把里面的USERNAME替换成什么了?
闭关修行中......
trim removes the left and right spaces, replace here removes the quotation marks
trim removes the left and right spaces, replace here removes the quotation marks