ngStorage is an angularJS module, it contains two services:
$localStorage and $sessionStorage .
usage:
1.include ngStorage.min.js in
your html;2.then load the module in your app
CREATE OR REPLACE FUNCTION fn_split1(p_str IN VARCHAR2, p_delimiter IN VARCHAR2,p_delimiter2 IN VARCHAR2)
RETURN VARCHAR2
/*******************************************
***名称:fn_split1
***