You can use template strings like this: $name = "Maria"; $info["last_name"] = "Warner"; echo "Hello {$name} {$info["last_name"]}";.
確定! 回上一頁