随机函数

//清空随机种子数
Rem start
VBS Randomize

//得到 1~99999999 之间的一个随机数
VBS x = Int((99999999 * Rnd) + 1)
//判断这个数字是否8位数字,如果不是8位数字,就重新生成
If x<10000000
    Goto start
EndIf
 
SayExpression x

Last modified onSaturday, 05 January 2013 13:21

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0019412504{main}( ).../index.php:0
20.09344262472Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09344262472Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.339211453352Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.339811477664Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.340611532992Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.340911560392require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.349911960024K2ControllerItem->execute( ).../k2.php:64
90.349911960024K2ControllerItem->display( ).../BaseController.php:710
100.359412610728K2ControllerItem->display( ).../item.php:78
110.359412610728K2ControllerItem->display( ).../controller.php:19
120.363512981768Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.365313002136K2ViewItem->display( ).../ViewController.php:102
140.423015797192K2ViewItem->display( ).../view.html.php:742
150.423015797192K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.425015970128include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0019412504{main}( ).../index.php:0
20.09344262472Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09344262472Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.339211453352Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.339811477664Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.340611532992Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.340911560392require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.349911960024K2ControllerItem->execute( ).../k2.php:64
90.349911960024K2ControllerItem->display( ).../BaseController.php:710
100.359412610728K2ControllerItem->display( ).../item.php:78
110.359412610728K2ControllerItem->display( ).../controller.php:19
120.363512981768Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.365313002136K2ViewItem->display( ).../ViewController.php:102
140.423015797192K2ViewItem->display( ).../view.html.php:742
150.423015797192K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.425015970128include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top