home-code

示例❤源码


<!DOCTYPE html><html><head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no'>
<title>data万能调用</title>
<meta name='robots' content='noindex, nofollow'>
<style type="text/css">
    h2{ margin-top:1rem !important; }
</style>
</head><body> 


<h2>data('cargo','',2)</h2>
<?php dump(data('cargo','',2)); ?>

<h2>data('news','','2,1')</h2>
<?php dump(data('news','','2,1')); ?>

<h2>data('news','','2,1','atime-0')</h2>
<?php dump(data('news','','2,1','atime-0')); ?>

<h2>data('news','','2,1','atime-1')</h2>
<?php dump(data('news','','2,1','atime-1')); ?>

<h2>data('news','','count')</h2>
<?php dump(data('news',"`show`='all'",'count')); ?>

<h2>data('news','','2.page')</h2>
<?php dump(data('news','','2.page')); ?>

</body></html>

-End-