Untitled
4 years ago in JavaScript
function init($params){
echo "ok : ".$params;
}
1
2
3