发布v2.6.8版本
This commit is contained in:
@@ -319,6 +319,11 @@ class indexClassAction extends Action{
|
||||
echo $this->get('abc');
|
||||
}
|
||||
|
||||
public function testAction()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function getxings($str)
|
||||
{
|
||||
if(!isempt($str))$str = substr($str,0,5).'*****'.substr($str,-5);
|
||||
|
||||
Reference in New Issue
Block a user