<?php
parse_str("id=23 & name=dsjf %40 Adams",$myArray);
print_r($myArray);
?>
有何不可2017-11-24 11:47:53
% should be similar to an escape character, and then %40 comes out as @ah
ringa_lee2017-11-23 21:19:11
Your % symbol is encrypted, use urldecode to decrypt it, %40 should be a space or something like that
ringa_lee2017-11-23 20:53:56
Since the pictures are already available, it’s not difficult. Just download the pictures and upload them to your own server