Forráskód Böngészése

上传至'application/index/controller'

Me 5 éve
szülő
commit
e246495f65

+ 19 - 0
application/index/controller/Csszh.php

@@ -0,0 +1,19 @@
+<?php
+namespace app\index\controller;
+
+class Csszh 
+{
+	
+
+    public function lst()//css转换
+    {
+        return view(); 
+       
+        
+    }
+
+
+    
+        
+        
+}

+ 19 - 0
application/index/controller/Htmlzh.php

@@ -0,0 +1,19 @@
+<?php
+namespace app\index\controller;
+
+class Htmlzh 
+{
+	
+
+    public function lst()//html转换
+    {
+        return view(); 
+       
+        
+    }
+
+
+    
+        
+        
+}