用windows.location.pathname获取
suffix 如果文件名是以suffix结束的,那这一部分也会被去掉。 返回值 Returns the base name of the givenpath. 返回path的基本的文件名。 举例 $url = "https://cdn-mpsoft.home.com/gclw_15765792520000.617950241332818.jpg" $name = basename($url); echo $name; 1. 2. 3. 输出 gclw_15765792520000.6...