I want to send multiple variable value through the URL

look like this
this.http.get('http://xxx.com/aa/bb/abc.php?loginid=’+this.lid,'pass='this.pass)
i’m using this code but showing error how can i do that.
please help me anyone