我需要在条件查询下解析为javascript数组。
project=test AND client="clinical and connection"
OR module IN ("login",'rigister and list')
AND start_date between "10-12-2016" AND "11-12-2016"
ORDER BY id asc
输出
["project", =, "test", "AND", "client", "clinical and connection", OR.....]