Browse Source

上传至'application/index/controller'

Me 5 years ago
parent
commit
e246495f65
2 changed files with 38 additions and 0 deletions
  1. 19 0
      application/index/controller/Csszh.php
  2. 19 0
      application/index/controller/Htmlzh.php

+ 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(); 
+       
+        
+    }
+
+
+    
+        
+        
+}