使用nodeJs验证文本字段值

时间:2016-07-16 20:03:35

标签: node.js

我如何validate字段并确认Node.js

中的字段不为空

我使用的代码如下。即使我发送一个空字段,也不会显示错误消息。

if (req.body.password !=="") {
     res.render('user/s_in',{csrfToken: req.csrfToken(),messages: 'Field is empty'});

    return;
}

1 个答案:

答案 0 :(得分:0)

您是否在验证API之前使用了body-parser中间件?

apply plugin: 'com.android.application'

android {
    compileSdkVersion 24
    buildToolsVersion "24.0.0"

    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 22
        applicationId "com.commonsware.android.espresso"
    }
}