php 使用sprintf进行错误的转义

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 使用sprintf进行错误的转义相关的知识,希望对你有一定的参考价值。


echo sprintf( esc_html__( '%s | %s', 'ms-research' ), '123434', '<script>alert(\'Sprintf\')</script>' );

echo esc_html__( sprintf( '%s | %s', '1234', '<script>alert(\'adsfasdfasdf\')</script>' ), 'ms-research' );


printf( esc_html__( 'Your city is %1$s, and your zip code is %2$s.', 'my-text-domain' ), 'Thing', '<script>alert(\'codex\')</script>' );

以上是关于php 使用sprintf进行错误的转义的主要内容,如果未能解决你的问题,请参考以下文章

php sprintf()

PHP sprintf() 函数

PHP中变量扩展与sprintf的性能

PHP sprintf() 函数

PHP:sprintf - 没有加号的零

PHP zerofill 数字不丢失小数