Exemple #1
0
/**
 * 渲染WIDGET
 * 
 */
function widget_render($types = ['css', 'js', 'js_code', 'css_code'])
{
    return widget::render($types);
}