ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯(lián)系官方銷(xiāo)售客服

1835022288

028-61286886

投訴 已解決 系統(tǒng)的寫(xiě)法真的很難琢磨請(qǐng)技術(shù)給我指導(dǎo)一下第二種寫(xiě)法是怎么寫(xiě) 2 0
迅睿CMS版本:4.5.1
PHP程序里面

系統(tǒng)的SQL 寫(xiě)法真的很難琢磨,請(qǐng)技術(shù)給我指導(dǎo)一下,第二種寫(xiě)法是怎么寫(xiě)?



<?php
$query = urlencode("select * from @#1_down where keywords like '%模板下載%'");

//$rt = \Phpcmf\Service::M()->db->query('$query');

$rt = \Phpcmf\Service::M()->db->query("select * from @#1_down where keywords like '%模板下載%'");
?>
解決方案