1234567891011121314151617 |
- <?php
- /*
- |--------------------------------------------------------------------------
- | test
- |--------------------------------------------------------------------------
- */
- $view
- # 基本功能
- ->fetch('.cur a', function()
- {
- return 'ttttttttt';
- })
- # display
- ->display();
|