Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Perl 中有以下代码
my $file2 = "devil’s-claw-extract.html"; $file2 =~ s/’/’/ig; print "$file2";
’此代码在 konsole 中运行但在浏览器中运行时运行良好(意味着将 ' 替换为)。
’
请帮帮我。