<?php $format = 'The %s contains %d monkeys'; printf($format, $num, $location); ?> We now have a problem. The order of the placeholders in the format string ...
確定! 回上一頁